summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Generating/Trees.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Generating/Trees.cpp b/src/Generating/Trees.cpp
index 54e8bd166..bd71d946b 100644
--- a/src/Generating/Trees.cpp
+++ b/src/Generating/Trees.cpp
@@ -191,8 +191,6 @@ static const sCoords BigO1Spruce[] =
/* 2 */ {0, 2}, {1, 2},
} ;
-static const sCoords BigO0[] = {};
-
typedef struct
@@ -227,7 +225,7 @@ static const sCoordsArr BigOPineLayers[] =
static const sCoordsArr BigOSpruceLayersV1[] =
{
{BigO1Spruce, ARRAYCOUNT(BigO1Spruce)},
- {BigO0, ARRAYCOUNT(BigO0)},
+ {nullptr, 0},
};
static const sCoordsArr BigOSpruceLayersV2[] =